home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / DevPac v3.02b.adf / include / graphics / gfx.i < prev    next >
Text File  |  1991-11-20  |  600b  |  35 lines

  1.     IFND    GRAPHICS_GFX_I
  2. GRAPHICS_GFX_I    SET    1
  3. **
  4. **    $Filename: graphics/gfx.i $
  5. **    $Release: 1.3 $
  6. **
  7. **    
  8. **
  9. **    (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13. BITSET        equ $8000
  14. BITCLR        equ 0
  15. AGNUS        equ 1
  16. DENISE        equ 1
  17.  
  18.     STRUCTURE    BitMap,0
  19.     WORD    bm_BytesPerRow
  20.     WORD    bm_Rows
  21.     BYTE    bm_Flags
  22.     BYTE    bm_Depth
  23.     WORD    bm_Pad
  24.     STRUCT  bm_Planes,8*4
  25.     LABEL   bm_SIZEOF
  26.  
  27.    STRUCTURE   Rectangle,0
  28.       WORD  ra_MinX
  29.       WORD  ra_MinY
  30.       WORD  ra_MaxX
  31.       WORD  ra_MaxY
  32.    LABEL    ra_SIZEOF
  33.  
  34.     ENDC    ; GRAPHICS_GFX_I
  35.